mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Merge pull request #17260 from Core0verload/fuckoldpotency
Fixes MK-HONK shoes spawning useless banana peels
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
else
|
||||
footstep++
|
||||
|
||||
new/obj/item/weapon/grown/bananapeel/specialpeel(get_step(src,turn(usr.dir, 180)), 5) //honk
|
||||
new/obj/item/weapon/grown/bananapeel/specialpeel(get_step(src,turn(usr.dir, 180))) //honk
|
||||
bananium.use_amount_type(100, MAT_BANANIUM)
|
||||
if(bananium.amount(MAT_BANANIUM) < 100)
|
||||
on = !on
|
||||
|
||||
Reference in New Issue
Block a user