mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +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:
co-authored by
Burzah
parent
4d7e14fc1f
commit
8e254c4c2a
@@ -418,7 +418,7 @@
|
||||
shootAt(H)
|
||||
|
||||
if(prob(10))
|
||||
var/obj/effect/nanofrost_container/A = new /obj/effect/nanofrost_container(get_turf(src))
|
||||
var/obj/effect/nanofrost_container/A = new /obj/effect/nanofrost_container/anomaly(get_turf(src))
|
||||
for(var/i in 1 to 5)
|
||||
step_towards(A, pick(turf_targets))
|
||||
sleep(2)
|
||||
|
||||
Reference in New Issue
Block a user