mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Tones down values for a lot of different hotspot_expose calls (#38232)
* Tones down values for a lot of different hotspot_expose calls * Update LINDA_fire.dm (#38217) * Automatic changelog compile, [ci skip] * Slight changes to camera network code (#38223) * Removes a useless var and corrects two cameras to use the automatic naming system to reduce dv usage. * Damn github didnt notice this was here.... * Fixes datediff not returning (#38215) * Fixes pocket items being deleted when monkeyizing (#38220) * Automatic changelog generation for PR #38220 [ci skip] * readds atmos heating from hotspot_expose(), as requested by naksu * Tones down hotspot_expose values for sparks moving and destroying * tones down item heat by a lot. no more burning your face off after smoking a cigarette
This commit is contained in:
committed by
vuonojenmustaturska
parent
6a5f70f972
commit
c5a0e14acb
@@ -136,7 +136,7 @@
|
||||
if(prob(30))
|
||||
do_sparks(2, 1, T)
|
||||
T.ex_act(EXPLODE_LIGHT)
|
||||
T.hotspot_expose(1000,500,1)
|
||||
T.hotspot_expose(700,25,1)
|
||||
|
||||
if(!(obj_flags & EMAGGED))
|
||||
for(var/item in spawned)
|
||||
|
||||
Reference in New Issue
Block a user