Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Oct 3, 2024
1 parent 0462bba commit fe2f7c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions code/modules/antagonists/wizard/wizard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
antag_hud_name = "apprentice"
var/datum/mind/master
var/school = APPRENTICE_DESTRUCTION
outfit_type = /datum/outfit/wizard/apprentice
wiz_age = APPRENTICE_AGE_MIN

/datum/antagonist/wizard/apprentice/greet()
Expand Down Expand Up @@ -252,7 +251,6 @@

/datum/antagonist/wizard/academy
name = "Academy Teacher"
outfit_type = /datum/outfit/wizard/academy
move_to_lair = FALSE

/datum/antagonist/wizard/academy/equip_wizard()
Expand Down
1 change: 0 additions & 1 deletion code/modules/clothing/outfits/factions/independent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@

ears = /obj/item/radio/headset/headset_cargo
uniform = /obj/item/clothing/under/rank/cargo/qm
head = /obj/item/clothing/head/supply_chief
dcoat = /obj/item/clothing/suit/hooded/wintercoat/cargo
shoes = /obj/item/clothing/shoes/sneakers/brown
glasses = /obj/item/clothing/glasses/sunglasses
Expand Down
3 changes: 1 addition & 2 deletions code/modules/vehicles/cars/clowncar.dm
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@
var/randomnum = rand(1,6)
switch(randomnum)
if(1)
visible_message("<span class='danger'>[user] presses one of the colorful buttons on [src], and a special banana peel drops out of it.</span>")
new /obj/item/grown/bananapeel/specialpeel(loc)
visible_message("<span class='danger'>[user] presses one of the colorful buttons on [src], and doesn't do anything. Oops.</span>")
if(2)
visible_message("<span class='danger'>[user] presses one of the colorful buttons on [src], and unknown chemicals flood out of it.</span>")
var/datum/reagents/R = new/datum/reagents(300)
Expand Down

0 comments on commit fe2f7c7

Please sign in to comment.