mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Makes Nanofrost Pretty (#28016)
* No more ugly * Resprites the cryo anomaly too * Update code/modules/mod/modules/modules_engineering.dm Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> --------- Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -239,10 +239,9 @@
|
||||
reagents.remove_any(100)
|
||||
var/obj/effect/nanofrost_container/A = new /obj/effect/nanofrost_container(get_turf(src))
|
||||
log_game("[key_name(user)] used Nanofrost at [get_area(user)] ([user.x], [user.y], [user.z]).")
|
||||
playsound(src, 'sound/items/syringeproj.ogg', 40, 1)
|
||||
for(var/counter in 1 to 5)
|
||||
step_towards(A, target)
|
||||
sleep(2)
|
||||
playsound(src, 'sound/items/syringeproj.ogg', 40, TRUE)
|
||||
A.throw_at(target, 6, 2, user)
|
||||
sleep(2)
|
||||
A.Smoke()
|
||||
|
||||
if(METAL_FOAM)
|
||||
|
||||
Reference in New Issue
Block a user