mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Commit for Giacom:
Breaking bottles over people's heads! - The bottle will be destroyed and a broken bottle will replace the old bottle - There is a chance for a glass shard to be created - The regents of the bottle get splashed onto the mob who got hit - This affects alcoholic bottles, not to be confused with pill bottles or chemistry bottles. - - Technically milk cartons and lime juice cartons, so they break as if they're glass. Names in the PDA list are now ordered alphabetically. Changelog updated git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3998 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1872,3 +1872,12 @@ proc/get_mob_with_client_list()
|
||||
|
||||
proc/worldtime2text()
|
||||
return "[round(world.time / 36000)+12]:[(world.time / 600 % 60) < 10 ? add_zero(world.time / 600 % 60, 1) : world.time / 600 % 60]"
|
||||
|
||||
/atom/proc/transfer_fingerprints_to(var/atom/A)
|
||||
if(!istype(A.fingerprints,/list))
|
||||
A.fingerprints = list()
|
||||
if(!istype(A.fingerprintshidden,/list))
|
||||
A.fingerprintshidden = list()
|
||||
A.fingerprints |= fingerprints //detective
|
||||
A.fingerprintshidden |= fingerprintshidden //admin
|
||||
A.fingerprintslast = fingerprintslast
|
||||
Reference in New Issue
Block a user