Improvements all around!

This commit is contained in:
Archie
2021-05-05 01:23:37 -03:00
parent c444126dae
commit e6b5742291
19 changed files with 2004 additions and 11645 deletions
+5 -1
View File
@@ -537,6 +537,10 @@
SEND_SIGNAL(src, COMSIG_ATOM_EMAG_ACT)
/atom/proc/rad_act(strength)
if(istype(get_turf(src), /turf/open/pool))
var/turf/open/pool/PL = get_turf(src)
if(PL.filled == TRUE)
strength *= 0.15
SEND_SIGNAL(src, COMSIG_ATOM_RAD_ACT, strength)
/atom/proc/narsie_act()
@@ -894,4 +898,4 @@ Proc for attack log creation, because really why not
if(href_list["statpanel_item_click"])
// first of all make sure we valid
var/mouseparams = list2params(paramslist)
usr_client.Click(src, loc, null, mouseparams)
usr_client.Click(src, loc, null, mouseparams)