mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Ater poi3 (#4968)
* Supply Drop POI * Ration Cache * BlastMine1 * Supply Drop 2 * Tweaks, package bomb detonators can be re-used * Changelog * Missed some spots while cherry-picking * Merge branch master (I hope this works) * Appeases travis * Missed a spot
This commit is contained in:
@@ -63,6 +63,12 @@
|
||||
T.dismantle_wall(1)
|
||||
qdel(src)
|
||||
|
||||
/obj/item/weapon/syndie/c4explosive/attackby(obj/item/weapon/W, mob/user)
|
||||
if(istype(W, /obj/item/weapon/flame/lighter/zippo/c4detonator))
|
||||
var/obj/item/weapon/flame/lighter/zippo/c4detonator/D = W
|
||||
D.bomb = src
|
||||
return
|
||||
..()
|
||||
|
||||
/*Detonator, disguised as a lighter*/
|
||||
/*Click it when closed to open, when open to bring up a prompt asking you if you want to close it or press the button.*/
|
||||
|
||||
Reference in New Issue
Block a user