mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 05:26:24 +01:00
Update tarrasque.dm
This commit is contained in:
@@ -166,8 +166,8 @@
|
||||
for(var/obj/machinery/light/light in range(5, src))
|
||||
light.flicker(10)
|
||||
if(istype(A,/turf/simulated/wall))
|
||||
var//turf/simulated/wall/L = A
|
||||
L.dismantle_wall(null,null,1)
|
||||
var/turf/simulated/wall/wall = A
|
||||
wall.dismantle_wall(null,null,1)
|
||||
if(isliving(A))
|
||||
src.say("Run tasty treat, run~", alang,"chitters") //may hiss may not, balanced
|
||||
var/mob/living/L = A
|
||||
|
||||
Reference in New Issue
Block a user