mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
Brooms Upgraded: Disposal Bin Edition (#49433)
* clean sensation * speedmerge hack * mso.webm * Update code/game/objects/items/twohanded.dm Co-Authored-By: nemvar <47324920+nemvar@users.noreply.github.com> Co-authored-by: nemvar <47324920+nemvar@users.noreply.github.com> Co-authored-by: spookydonut <github@spooksoftware.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
var/amount_per_transfer_from_this = 5 //shit I dunno, adding this so syringes stop runtime erroring. --NeoFite
|
||||
var/obj/item/storage/bag/trash/mybag
|
||||
var/obj/item/mop/mymop
|
||||
var/obj/item/broom/mybroom
|
||||
var/obj/item/pushbroom/mybroom
|
||||
var/obj/item/reagent_containers/spray/cleaner/myspray
|
||||
var/obj/item/lightreplacer/myreplacer
|
||||
var/signs = 0
|
||||
@@ -51,9 +51,9 @@
|
||||
m.janicart_insert(user, src)
|
||||
else
|
||||
to_chat(user, fail_msg)
|
||||
else if(istype(I, /obj/item/broom))
|
||||
else if(istype(I, /obj/item/pushbroom))
|
||||
if(!mybroom)
|
||||
var/obj/item/broom/b=I
|
||||
var/obj/item/pushbroom/b=I
|
||||
b.janicart_insert(user,src)
|
||||
else
|
||||
to_chat(user, fail_msg)
|
||||
|
||||
Reference in New Issue
Block a user